/* Feuille de style de la page Index */

	/* gestion du body contenant l'image de fond */
		body{

			background-color: #ffffcc;
			height: 100%;
			width: auto;
			overflow: hidden;
			background-repeat: no-repeat;
			background-position: center;
			background-image:url(images/soldats.gif);
		}
			
			

	/* gestion des blocs "div" */
		.bloc{
			left:0%;
			margin-top: 0%;
			padding-top:1%;
			text-align: center;
			width: 98%;
			height: 10%;
			vertical-align:middle;
			z-index: 1;
			border: 3px noneblue;	
			line-height:2em;
			
		}


	/* gestion du texte */
		.titre{
			color: #800000;
			font-family: Lucida Handwriting;
			font-weight: bold;
			}